summary refs log tree commit diff
path: root/app/about/[name]
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2024-09-05 00:14:27 -0600
committerAshelyn Rose <git@ashen.earth>2024-09-05 00:14:27 -0600
commit77d0b2acd5a00c642fbbe804eb7ee3edffdaceed (patch)
tree3ef72d382cc688462a9af8ec0383e90861d32938 /app/about/[name]
parentc4824cf9d65d12aa0cd76745a84d276094cbb0cb (diff)
Add code for the buttons
Diffstat (limited to 'app/about/[name]')
-rw-r--r--app/about/[name]/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/about/[name]/page.tsx b/app/about/[name]/page.tsx
index afdbe29..9176572 100644
--- a/app/about/[name]/page.tsx
+++ b/app/about/[name]/page.tsx
@@ -19,7 +19,7 @@ export default function MemberPage({ params: { name } }) {
 
   return (
     <>
-      <main className="mainColumn">
+      <main className="mainColumn card">
         <InfoBar memberName={member.name} />
         <Markdown outer="short">{member.bioShort}</Markdown>
         <Markdown outer="long">{member.bioContinued}</Markdown>